Welcome![Sign In][Sign Up]
Location:
Search - fcfs sjf rr

Search list

[Process-Thread作业111

Description: 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
Platform: | Size: 4467 | Author: YY | Hits:

[OS DevelopCPU调度C语言实现

Description: CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT          6时间的延迟;          7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Platform: | Size: 1024 | Author: 蒋涛 | Hits:

[Process-Thread作业111

Description: 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
Platform: | Size: 4096 | Author: YY | Hits:

[OS DevelopOSdiaodu

Description: diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示的代码,和main函数中输入操作命令转换为大写字母的比较方式。-diaodu1 completed basic module framework diaodu2 completed the first-in first-out. and output module. Diaodu2-1 ready to FCFS queue by the time of arrival from small to large to achieve alignment. Diaodu3 unsuccessful completion of the SJF, Optimizing the output accuracy diaodu4 basically completed the RR However, there is a small bug, diaodu5 RR diaodu6 completed the optimization of input and output, But RR was found to 4:00 correct, or less than 4 had problems. Diaodu7 algorithm to solve problems of the RR. Diaodu8 completed basic procedures to optimize the code, and improve the time frame indicated RR output code, and the main function entry orders converted to uppercase the comparative approach.
Platform: | Size: 10240 | Author: billdong | Hits:

[Process-Threadscheduling

Description: 设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间-Design a program may enter 1, 2 several trips, each trip of the other CPU storms red time (ms) 3, the arrival time 4, and obtained the order of priority 1, FCFS 2, SJF- can not be the first to 3, SJF-- can be the first to 4, Priority 5, RR average wait time
Platform: | Size: 2048 | Author: attackk | Hits:

[Internet-Networkshedule.c

Description: cpu sheduling program using different algorithm methods such as fcfs sjf -cpu sheduling program using different algorithm methods such as fcfs sjf rr
Platform: | Size: 1024 | Author: pankaj | Hits:

[OS Developos4

Description: 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
Platform: | Size: 8192 | Author: linqingyang | Hits:

[OS DevelopCPU_schedule_simulation

Description: CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Platform: | Size: 93184 | Author: msh2003 | Hits:

[OtherOS

Description: 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
Platform: | Size: 3594240 | Author: caomiao | Hits:

[Linux-Unixfcfs-rr-sjf

Description: FCFS, SJF, RoundRobin algorithm shell progarm
Platform: | Size: 2048 | Author: mreddy | Hits:

[matlabcpu

Description: 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, ideas, comments within the program
Platform: | Size: 16384 | Author: 凡亚东 | Hits:

[OS DevelopmyCPUsa

Description: 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according to the length of operation- achieved by operating in different order- reached by operating in different frequency
Platform: | Size: 924672 | Author: 赵阳 | Hits:

[OS DevelopsunnyCPUsa

Description: 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according to the length of operation- achieved by operating in different order- reached by operating in different frequency
Platform: | Size: 924672 | Author: 赵阳 | Hits:

[OS DevelopOS-comparison

Description: 模拟操作系统中FCFS,SJF,RR以及多级反馈调度算法的平均周转时间-Simulate the operating system FCFS, SJF, RR, and multi-level feedback scheduling algorithm, the average turnaround time
Platform: | Size: 884736 | Author: 马京亚 | Hits:

[OS Developfcfs--sjf--rr--hrn

Description: 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
Platform: | Size: 2048 | Author: huang | Hits:

[OS programCPU

Description: 实验目的:采用仿真实验的方法,分析在FCFS、SJF、RR和MLFS算法中,下列因素对平均周转时间的影响。-Objective: using simulation method, analysis in FCFS, SJF, RR and MLFS algorithms, the following factors on the average turnaround time effect.
Platform: | Size: 937984 | Author: 周世伟 | Hits:

[OS DevelopOperating-system

Description: 模拟了操作系统中的5中页面置换算法,fcfs,SJF,HRN,RR和静态优先权,并且显示平均周转时间和带权周转时间。-Simulation of the operating system in the 5 page replacement algorithm, FCFS, SJF, HRN, RR and static priority, and shows the average turnaround time and turnaround time with the right.
Platform: | Size: 11918336 | Author: 李娟娟 | Hits:

[Process-ThreadCpp1

Description: 进程调度--FCFS,SPN,RR算法的实现-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
Platform: | Size: 2048 | Author: Echo | Hits:

[Process-Threadthread-scheduling

Description: Windows下使用多线程编程,对进程调度方法进行仿真,包括FCFS,SJF,优先级调度,RR,多级队列调度-Under Windows uses multi-threaded programming, the process of scheduling method simulation, including FCFS, SJF, priority scheduling, RR, multi-level queue scheduling
Platform: | Size: 4096 | Author: Yuanfu Luo | Hits:

[Linux-Unixlinux

Description: 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)
Platform: | Size: 254976 | Author: wjmm | Hits:
« 12 »

CodeBus www.codebus.net